This forum is closed to new posts and
responses. The content has been migrated to the Digital Solutions Community. Please join us there for new content as well as this content. For customer support, please visit the official HCL customer support channels below:
RE: Memory leak on LS agent calling java via LS2J ~Patti Umjipylitflar 15.Jan.04 08:51 AM a Web browser Applications Development 6.5; 6.0.3Windows 2000
Hello Dallas,
thank you for your responce!
>>In your Java source code, make sure that you are cleaning up (ie, setting to null) all global objects.<<
Well, I am doing this...
>>When all global objects have been "cleaned up" call System.runFinalization();
and System.gc();<<